Note Constructor (String, String) |
Initializes a new instance of the Note class with the specified description in the specified language.
Namespace:
Independentsoft.Sip.Presence
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic Note(
string description,
string language
)
Public Sub New (
description As String,
language As String
)
Parameters
- description
- Type: SystemString
- language
- Type: SystemString
See Also